소스 검색

Add space following question mark

JC Brand 6 년 전
부모
커밋
cd63afcaad
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      dist/converse.js
  2. 1 1
      src/converse-omemo.js

+ 1 - 1
dist/converse.js

@@ -56091,7 +56091,7 @@ _converse_headless_converse_core__WEBPACK_IMPORTED_MODULE_0__["default"].plugins
               api = _converse.api;
               api = _converse.api;
         ev.preventDefault();
         ev.preventDefault();
 
 
-        if (confirm(__("Are you sure you want to generate new OMEMO keys?" + "This will remove your old keys and all previously encrypted messages will no longer be ecryptable on this device."))) {
+        if (confirm(__("Are you sure you want to generate new OMEMO keys? " + "This will remove your old keys and all previously encrypted messages will no longer be ecryptable on this device."))) {
           api.omemo.bundle.generate();
           api.omemo.bundle.generate();
         }
         }
       }
       }

+ 1 - 1
src/converse-omemo.js

@@ -129,7 +129,7 @@ converse.plugins.add('converse-omemo', {
                       { __, api } = _converse;
                       { __, api } = _converse;
                 ev.preventDefault();
                 ev.preventDefault();
                 if (confirm(__(
                 if (confirm(__(
-                    "Are you sure you want to generate new OMEMO keys?" +
+                    "Are you sure you want to generate new OMEMO keys? " +
                     "This will remove your old keys and all previously encrypted messages will no longer be ecryptable on this device.")
                     "This will remove your old keys and all previously encrypted messages will no longer be ecryptable on this device.")
                 )) {
                 )) {
                     api.omemo.bundle.generate();
                     api.omemo.bundle.generate();