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

Commit

Permalink
Merge pull request #821 from elopio/translation-space-newline
Browse files Browse the repository at this point in the history
languages: remove space before newline
  • Loading branch information
jjeffryes authored Sep 9, 2017
2 parents bf4572f + 8584e44 commit c61a964
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions js/languages/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@
"btnRetry": "Retry"
},
"getFollowingError": "There was an error when determining if this user follows you.",
"modAddError": "There was an error adding this moderator. \n %{errMsg}",
"modRemoveError": "There was an error removing this moderator. \n %{errMsg}",
"modAddError": "There was an error adding this moderator.\n %{errMsg}",
"modRemoveError": "There was an error removing this moderator.\n %{errMsg}",
"storeWelcomeCalloutTitle": "Welcome to your store!",
"storeWelcomeCalloutBody": "Your OpenBazaar store is now live on the network. Get started by creating some listings or customizing your page.",
"storeWelcomeCalloutBtnClose": "Close",
Expand Down Expand Up @@ -231,8 +231,8 @@
"userShort": {
"userLoading": "Loading…",
"userNotFound": "Information for %{guid} was <b>not found on the network.</b>",
"modAddError": "There was an error adding this moderator. \n %{errMsg}",
"modRemoveError": "There was an error removing this moderator. \n %{errMsg}",
"modAddError": "There was an error adding this moderator.\n %{errMsg}",
"modRemoveError": "There was an error removing this moderator.\n %{errMsg}",
"tipFollow": "Follow",
"tipUnfollow": "Unfollow",
"tipModAdd": "Add as moderator",
Expand Down

0 comments on commit c61a964

Please sign in to comment.