Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 7beab0a

Browse files
changed demo-money to demo (#6631)
1 parent c2e84bf commit 7beab0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/javascript/app/base/binary_loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ const BinaryLoader = (() => {
115115
const error_messages = {
116116
login : () => localize('Please [_1]log in[_2] or [_3]sign up[_4] to view this page.', [`<a href="${'javascript:;'}">`, '</a>', `<a href="${urlFor('new-account')}">`, '</a>']),
117117
only_virtual : () => localize('This feature is available to demo accounts only.'),
118-
only_real : () => localize('This feature is not relevant to demo-money accounts.'),
118+
only_real : () => localize('This feature is not relevant to demo accounts.'),
119119
not_authenticated: () => localize('This page is only available to logged out clients.'),
120120
no_mf : () => localize('Binary options trading is not available in your financial account.'),
121121
options_blocked : () => localize('Binary options trading is not available in your country.'),

0 commit comments

Comments
 (0)