Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit c61a964

Browse files
authored
Merge pull request #821 from elopio/translation-space-newline
languages: remove space before newline
2 parents bf4572f + 8584e44 commit c61a964

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

js/languages/en-US.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@
181181
"btnRetry": "Retry"
182182
},
183183
"getFollowingError": "There was an error when determining if this user follows you.",
184-
"modAddError": "There was an error adding this moderator. \n %{errMsg}",
185-
"modRemoveError": "There was an error removing this moderator. \n %{errMsg}",
184+
"modAddError": "There was an error adding this moderator.\n %{errMsg}",
185+
"modRemoveError": "There was an error removing this moderator.\n %{errMsg}",
186186
"storeWelcomeCalloutTitle": "Welcome to your store!",
187187
"storeWelcomeCalloutBody": "Your OpenBazaar store is now live on the network. Get started by creating some listings or customizing your page.",
188188
"storeWelcomeCalloutBtnClose": "Close",
@@ -231,8 +231,8 @@
231231
"userShort": {
232232
"userLoading": "Loading…",
233233
"userNotFound": "Information for %{guid} was <b>not found on the network.</b>",
234-
"modAddError": "There was an error adding this moderator. \n %{errMsg}",
235-
"modRemoveError": "There was an error removing this moderator. \n %{errMsg}",
234+
"modAddError": "There was an error adding this moderator.\n %{errMsg}",
235+
"modRemoveError": "There was an error removing this moderator.\n %{errMsg}",
236236
"tipFollow": "Follow",
237237
"tipUnfollow": "Unfollow",
238238
"tipModAdd": "Add as moderator",

0 commit comments

Comments
 (0)