浏览代码

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.";