fix: update form value trigger tips
This commit is contained in:
@@ -239,5 +239,8 @@ export default {
|
||||
'common.appearance.dark': 'Dark',
|
||||
'common.appearance.light': 'Light',
|
||||
'common.appearance.system': 'System Default',
|
||||
'common.exception.404': 'Sorry, the page you visited does not exist.'
|
||||
'common.exception.404': 'Sorry, the page you visited does not exist.',
|
||||
'common.appearance.darkmode': 'Dark Mode',
|
||||
'common.appearance.lightmode': 'Light Mode',
|
||||
'common.appearance.tips': 'Default follows system preference.'
|
||||
};
|
||||
|
||||
@@ -17,5 +17,6 @@ export default {
|
||||
'menu.users': 'Users',
|
||||
'menu.profile': 'Profile',
|
||||
'menu.login': 'Login',
|
||||
'menu.usage': 'Usage'
|
||||
'menu.usage': 'Usage',
|
||||
'menu.404': '404'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user