diff options
| author | gutfuckllc <40531868+gutfuckllc@users.noreply.github.com> | 2018-08-06 15:53:21 -0400 |
|---|---|---|
| committer | gutfuckllc <40531868+gutfuckllc@users.noreply.github.com> | 2018-08-06 15:53:21 -0400 |
| commit | 790e6ceca4497e0748d0153b391c456bfa072fa4 (patch) | |
| tree | ab009d8943142d8f549e5bf236971589b89ef748 /src | |
| parent | Fix typo (diff) | |
| download | misskey-790e6ceca4497e0748d0153b391c456bfa072fa4.tar.gz misskey-790e6ceca4497e0748d0153b391c456bfa072fa4.tar.bz2 misskey-790e6ceca4497e0748d0153b391c456bfa072fa4.zip | |
Localize unlocalized line
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/common/views/components/messaging-room.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/views/components/messaging-room.vue b/src/client/app/common/views/components/messaging-room.vue index b2831d6928..e4cc30ded9 100644 --- a/src/client/app/common/views/components/messaging-room.vue +++ b/src/client/app/common/views/components/messaging-room.vue @@ -111,7 +111,7 @@ export default Vue.extend({ this.form.upload(e.dataTransfer.files[0]); return; } else if (e.dataTransfer.files.length > 1) { - alert('メッセージに添付できるのはひとつのファイルのみです'); + alert('%i18n:@only-one-file-attached%'); return; } |