summaryrefslogtreecommitdiff
path: root/src/client/app/mobile
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-02-24 03:54:04 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-02-24 03:54:04 +0900
commitc9a6c9e20ad9c67afecea7c08695de821527fd82 (patch)
treee450cecfa2272599dab6f36b6fa58fecee0fa639 /src/client/app/mobile
parentUse internal alert function (diff)
downloadmisskey-c9a6c9e20ad9c67afecea7c08695de821527fd82.tar.gz
misskey-c9a6c9e20ad9c67afecea7c08695de821527fd82.tar.bz2
misskey-c9a6c9e20ad9c67afecea7c08695de821527fd82.zip
テキストをまとめた
Diffstat (limited to 'src/client/app/mobile')
-rw-r--r--src/client/app/mobile/views/components/drive.vue6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/app/mobile/views/components/drive.vue b/src/client/app/mobile/views/components/drive.vue
index d3bd23df6c..4772333862 100644
--- a/src/client/app/mobile/views/components/drive.vue
+++ b/src/client/app/mobile/views/components/drive.vue
@@ -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;
}