テキストをまとめた
This commit is contained in:
parent
3d2b982a94
commit
c9a6c9e20a
2 changed files with 4 additions and 6 deletions
|
@ -423,7 +423,7 @@ export default Vue.extend({
|
|||
if (this.folder == null) {
|
||||
this.$root.dialog({
|
||||
type: 'error',
|
||||
text: this.$t('root-rename-alert')
|
||||
text: this.$t('here-is-root')
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
@ -441,7 +441,7 @@ export default Vue.extend({
|
|||
if (this.folder == null) {
|
||||
this.$root.dialog({
|
||||
type: 'error',
|
||||
text: this.$t('root-move-alert')
|
||||
text: this.$t('here-is-root')
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
@ -478,7 +478,7 @@ export default Vue.extend({
|
|||
if (this.folder == null) {
|
||||
this.$root.dialog({
|
||||
type: 'error',
|
||||
text: this.$t('root-delete-alert')
|
||||
text: this.$t('here-is-root')
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue