Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit fdc3880

Browse files
committed
change capitalization of libbitcoin for consistency
1 parent e812edb commit fdc3880

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

js/languages/en-US.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
"SSLIsOn": "SSL is on",
183183
"SSLIsOff": "SSL is off",
184184
"LibbitcoinServerAddress": "Libbitcoin Server Address",
185-
"libbitCoinPlaceholder": "tcp://serveraddress:port or leave this field blank to use the default value (recommended)",
185+
"libbitcoinPlaceholder": "tcp://serveraddress:port or leave this field blank to use the default value (recommended)",
186186
"SMTPNotificationsWarning": "Turn email notifications on/off",
187187
"SMTPNotifications": "SMTP Notifications",
188188
"SMTPPassword": "SMTP Password",

js/templates/settings.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@ <h3 class="padding15 margin0 fontWeight500"><%= polyglot.t('Advanced') %></h3>
10991099
type="text"
11001100
class="fieldItem"
11011101
pattern="^tcp:\/\/[A-Za-z0-9\.-]{4,}(?:\:\d{2,4})$"
1102-
placeholder="<%= polyglot.t('libbitCoinPlaceholder') %>"
1102+
placeholder="<%= polyglot.t('libbitcoinPlaceholder') %>"
11031103
value="<%= ob.user.libbitcoin_server %>">
11041104
</div>
11051105
</div>

0 commit comments

Comments
 (0)