소스 검색

also replace quotes for first webxdc shortcut description

cyberta 2 년 전
부모
커밋
ade8c1335a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      deltachat-ios/Helper/ShortcutManager.swift

+ 1 - 1
deltachat-ios/Helper/ShortcutManager.swift

@@ -236,7 +236,7 @@ public class ShortcutManager {
                  img.src = "data:image/png;base64,\(shareIconBase64)";
                  img.classList.add("iconImage");
                  div.appendChild(img);
-                 var node = document.createTextNode("\(String.localized("shortcut_step1_tap_share_btn"))");
+                 var node = document.createTextNode("\(String.localized("shortcut_step1_tap_share_btn").replacingOccurrences(of: "\"", with: " - "))");
                  div.appendChild(node);
                  document.body.appendChild(div);