فهرست منبع

Merge pull request #789 from deltachat/fix-string

fix string
cyBerta 5 سال پیش
والد
کامیت
d91195cbe5
2فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 1
      deltachat-ios/Controller/GalleryViewController.swift
  2. 0 1
      deltachat-ios/en.lproj/Localizable.strings

+ 1 - 1
deltachat-ios/Controller/GalleryViewController.swift

@@ -37,7 +37,7 @@ class GalleryViewController: UIViewController {
 
     private lazy var emptyStateView: EmptyStateLabel = {
         let label = EmptyStateLabel()
-        label.text = String.localized("chat_gallery_empty_state")
+        label.text = String.localized("tab_gallery_empty_hint")
         label.isHidden = true
         return label
     }()

+ 0 - 1
deltachat-ios/en.lproj/Localizable.strings

@@ -653,4 +653,3 @@
 "a11y_voice_message_hint_ios" = "After recording double-tap to send. To discard the recording scrub left-right with two fingers.";
 "login_error_no_internet_connection" = "No internet connection, can\'t log in to your server.";
 "share_account_not_configured" = "Account is not configured.";
-"chat_gallery_empty_state" = "No media items in this chat.";