fix(lang): UI string edits, round 2 (#1202)

This commit is contained in:
TheCatLady
2021-03-17 22:28:44 -04:00
committed by GitHub
parent 9ec2c468cb
commit ea1863ac3a
42 changed files with 435 additions and 313 deletions

View File

@@ -24,6 +24,8 @@ const globalMessages = defineMessages({
experimental: 'Experimental',
advanced: 'Advanced',
loading: 'Loading…',
settings: 'Settings',
usersettings: 'User Settings',
});
export default globalMessages;