Skip to content

Commit

Permalink
Rename update project from archive to update project from ZIP to harm…
Browse files Browse the repository at this point in the history
…onize with the import action label
  • Loading branch information
nirvn committed Oct 22, 2023
1 parent d6a75a2 commit e069f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qml/QFieldLocalDataPickerScreen.qml
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ Page {
height: enabled ? undefined : 0
leftPadding: 10

text: qsTr( "Update project from archive" )
text: qsTr( "Update project from ZIP" )
onTriggered: { platformUtilities.updateProjectFromArchive(projectInfo.filePath); }
}
}
Expand Down

0 comments on commit e069f43

Please sign in to comment.