fix: previous run description

This commit is contained in:
jialin
2026-04-28 14:41:36 +08:00
committed by jialin
parent 331c59b7c1
commit 52211cd4ea
5 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -287,5 +287,5 @@ export default {
'models.instance.previousRun': 'Previous Run',
'models.instance.startHistory': 'Run History',
'models.instance.startHistory.tips':
'Logs from the previous run before the current restart.'
'Shows logs from the run before the last error-triggered restart.'
};
+1 -1
View File
@@ -287,7 +287,7 @@ export default {
'models.instance.previousRun': 'Previous Run',
'models.instance.startHistory': 'Run History',
'models.instance.startHistory.tips':
'Logs from the previous run before the current restart.'
'Shows logs from the run before the last error-triggered restart.'
};
// ========== To-Do: Translate Keys (Remove After Translation) ==========
+1 -1
View File
@@ -291,7 +291,7 @@ export default {
'models.instance.previousRun': 'Previous Run',
'models.instance.startHistory': 'Run History',
'models.instance.startHistory.tips':
'Logs from the previous run before the current restart.'
'Shows logs from the run before the last error-triggered restart.'
};
// ========== To-Do: Translate Keys (Remove After Translation) ==========
+1 -1
View File
@@ -287,7 +287,7 @@ export default {
'models.instance.previousRun': 'Previous Run',
'models.instance.startHistory': 'Run History',
'models.instance.startHistory.tips':
'Logs from the previous run before the current restart.'
'Shows logs from the run before the last error-triggered restart.'
};
// ========== To-Do: Translate Keys (Remove After Translation) ==========
+2 -1
View File
@@ -270,5 +270,6 @@ export default {
'models.instance.currentRun': '当前运行',
'models.instance.previousRun': '上一次运行',
'models.instance.startHistory': '运行记录',
'models.instance.startHistory.tips': '显示当前重启之前那次运行的日志。'
'models.instance.startHistory.tips':
'显示上一次因错误自动重启之前的那次运行的日志。'
};