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

Commit a7221e3

Browse files
authored
Merge pull request #1588 from mahdiyeh-fs/fix_Demo_account_name
Mahdiyeh/Fix: change Virtual account to Demo account
2 parents 44c1de6 + 0814f2b commit a7221e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/navigation/navigation.es6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const getType = (acc) => {
2121
const type = {
2222
MLT:'Gaming',
2323
MF:'Investment',
24-
VRTC:'Virtual',
24+
VRTC:'Demo',
2525
REAL:(acc.currency || '').toUpperCase() || 'Real',
2626
};
2727

0 commit comments

Comments
 (0)