Преглед изворни кода

coding

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana пре 2 година
родитељ
комит
86bf939984

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

@@ -356,7 +356,7 @@ struct UploadAssetsView: View {
         NavigationView {
             ZStack(alignment: .top) {
                 List {
-                    Section(header: Text(NSLocalizedString("_modify_photo_", comment: "")), footer: Text(NSLocalizedString("_modify_photo_desc_", comment: ""))) {
+                    Section(footer: Text(NSLocalizedString("_modify_image_desc_", comment: ""))) {
                         ScrollView(.horizontal) {
                             LazyHGrid(rows: gridItems, alignment: .center, spacing: 10) {
                                 ForEach(0..<uploadAssets.previewStore.count, id: \.self) { index in

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

@@ -919,7 +919,7 @@
 "_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_"                    = "Crop";
-"_modify_photo_desc_"       = "Tap the image for modify photo";
+"_modify_image_desc_"       = "Tap the image for modify";
 "_message_disable_livephoto_" = "This image is a Live Photo, changing it will lose the Live effect";
 "_enable_livephoto_"        = "Enable Live Photo";
 "_disable_livephoto_"       = "Disable Live Photo";