fix: do not paste multiple lines
This commit is contained in:
@@ -238,5 +238,5 @@ export default {
|
||||
'models.form.draftModel.tips':
|
||||
'You can enter a local path (e.g., /path/to/model) or select a model from Hugging Face or ModelScope (e.g., Tengyunw/qwen3_8b_eagle3). The system will automatically match based on the primary model source.',
|
||||
'models.form.quantization': 'Quantization',
|
||||
'models.form.backend.custom': 'User Defined'
|
||||
'models.form.backend.custom': 'User-defined'
|
||||
};
|
||||
|
||||
@@ -34,5 +34,7 @@ export default {
|
||||
'users.login.title': 'Log in to',
|
||||
'users.version.islatest': 'GPUStack {version} is the latest version',
|
||||
'users.version.update': 'GPUStack {version} is available',
|
||||
'users.settings.title': 'User Settings'
|
||||
'users.settings.title': 'User Settings',
|
||||
'users.status.activate': 'Activate Account',
|
||||
'users.status.deactivate': 'Deactivate Account'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user