From e069f43426fc442991ef1dae75310babd5973bbc Mon Sep 17 00:00:00 2001 From: Mathieu Pellerin Date: Sat, 21 Oct 2023 16:45:23 +0700 Subject: [PATCH] Rename update project from archive to update project from ZIP to harmonize with the import action label --- src/qml/QFieldLocalDataPickerScreen.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/QFieldLocalDataPickerScreen.qml b/src/qml/QFieldLocalDataPickerScreen.qml index 1450478d56..6ea9c714f3 100644 --- a/src/qml/QFieldLocalDataPickerScreen.qml +++ b/src/qml/QFieldLocalDataPickerScreen.qml @@ -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); } } }