Przeglądaj źródła

Rename the placeholder for contact adding

to make it clearer what a JID should look like.
JC Brand 10 lat temu
rodzic
commit
d6a1dee2d2
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      converse.js

+ 1 - 1
converse.js

@@ -1674,7 +1674,7 @@
                     });
                 } else {
                     markup = converse.templates.add_contact_form({
-                        label_contact_username: __('Contact username'),
+                        label_contact_username: __('e.g. user@example.com'),
                         label_add: __('Add')
                     });
                 }