mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-30 01:25:38 -05:00
Remove 'Try backup or restore task' from task message (#5340)
This commit is contained in:
@@ -53,7 +53,7 @@ export class TaskHistoryView {
|
||||
if (taskNode && taskNode.hasChildren) {
|
||||
hide(this._messages);
|
||||
}
|
||||
let noTaskMessage = localize('noTaskMessage', 'No task history to display. Try backup or restore task to view its execution status.');
|
||||
let noTaskMessage = localize('noTaskMessage', 'No task history to display.');
|
||||
append(this._messages, $('span')).innerText = noTaskMessage;
|
||||
|
||||
this._tree = this.createTaskHistoryTree(container, this._instantiationService);
|
||||
|
||||
Reference in New Issue
Block a user