Skip to content

Commit cdfdccf

Browse files
authored
Merge pull request #99 from missourihealthconnection/master
Fixed typo in localization
2 parents 6258caa + 102cf7c commit cdfdccf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/client/js/localization/dictionary.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export default {
150150
\r\x1B[(special)m/help\x1B[0m\x1B[20GDisplay the short documentation (like you just did).
151151
\r\x1B[(special)m/clear\x1B[0m\x1B[20GClears the screen and all the history.
152152
\r\x1B[(special)m/config\x1B[0m ...\x1B[20GAllows you to configure WebTerminal's behavior. Enter this command to get more information.
153-
\r\x1B[(special)m/favorite\x1B[0m ...\x1B[20GAllows you to save or restore any freauently used commands. Enter this command to get more information.
153+
\r\x1B[(special)m/favorite\x1B[0m ...\x1B[20GAllows you to save or restore any frequently used commands. Enter this command to get more information.
154154
\r\x1B[(special)m/info\x1B[0m\x1B[20GShow the information about the WebTerminal project.
155155
\r\x1B[(special)m/logout\x1B[0m\x1B[20GLog out the current WebTerminal user and prompt for the authentication again.
156156
\r\x1B[(special)m/sql\x1B[0m\x1B[20GSwitches terminal to SQL mode. Type SQL commands instead of COS. To exit SQL mode, enter this command again.
@@ -361,4 +361,4 @@ export default {
361361
en: "Terminal process was terminated.",
362362
ru: "Процесс терминала был завершён."
363363
}
364-
};
364+
};

0 commit comments

Comments
 (0)