Procházet zdrojové kódy

also replace quotes for first webxdc shortcut description

cyberta před 2 roky
rodič
revize
ade8c1335a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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);