Browse Source

update strings

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 2 years ago
parent
commit
281b3e859c

+ 1 - 1
iOSClient/Main/Create cloud/NCUploadAssets.swift

@@ -246,7 +246,7 @@ struct UploadAssetsView: View {
             List {
 
                 if !uploadAssets.previewStore.isEmpty {
-                    Section(header: Text(NSLocalizedString("_crop_photo_", comment: "")), footer: Text(NSLocalizedString("_modify_crop_desc_", comment: ""))) {
+                    Section(header: Text(NSLocalizedString("_modify_photo_", comment: "")), footer: Text(NSLocalizedString("_modify_photo_desc_", comment: ""))) {
                         ScrollView(.horizontal) {
                             LazyHGrid(rows: gridItems, alignment: .center, spacing: 10) {
                                 ForEach(0..<uploadAssets.previewStore.count, id: \.self) { index in

+ 1 - 2
iOSClient/Supporting Files/en.lproj/Localizable.strings

@@ -917,9 +917,8 @@
 "_mobile_config_"           = "Download the configuration profile";
 "_calendar_contacts_footer_"    = "After the downloading you need to go to the Settings app to install it. If a profile is not installed within 8 minutes of downloading it, it is automatically deleted";
 "_preview_"                 = "Preview";
-"_crop_photo_"              = "Crop photo";
 "_crop_"                    = "Crop";
-"_modify_crop_desc_"        = "Tap the image for cropping";
+"_modify_photo_desc_"       = "Tap the image for modify photo";
 
 // Video
 "_select_trace_"            = "Select the trace";