You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 31, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: src/locales/en.json
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@
50
50
"title": "Add a application",
51
51
"info": "Fields marked with (OPTIONAL) are optional. Do not type anything in boxes which are optional if you do not have them. Optional means optional, and does not mean type 'N/A' or 'none'. Pull requests with this will be rejected.",
52
52
"notice": "When you are finished, click the \"Create a pull request\" button to publish to GitHub.",
53
-
"default": "# Title\n\nThis is a cool bot that you should accept.\nReasons include:\n\n- Being awesome\n- Not being un-awesome\n- The prefix can be changed to !\n\n<!--\n Stan LOONA\n Stan Talent\n-->\n",
53
+
"default": "<!--\nThis is the description box.\nThe contents of this box will appear on your bot page\n\nThis box supports:\n- Markdown\n- HTML\n\nPlease refrain from using CSS.\nCSS may be deprecated in the future and removed.\n-->\n",
54
54
"steps": {
55
55
"1": "Step 1: Type of application",
56
56
"service": "Please select a type of service",
@@ -100,7 +100,7 @@
100
100
},
101
101
"bot_cover": {
102
102
"title": "Cover Image",
103
-
"placeholder": "http:// or https:// - The big cover image"
103
+
"placeholder": "http:// or https:// - Image on homepage and in header of your page"
104
104
},
105
105
"bot_support": {
106
106
"title": "Support URL",
@@ -165,6 +165,10 @@
165
165
"title": "localStorage was not found",
166
166
"description": "localStorage is required for this service to function."
0 commit comments