diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-11-09 08:31:05 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-11-09 08:31:05 +0900 |
| commit | 10fa824f95e4da48d331c9e6475d285611d54a6e (patch) | |
| tree | 4efc796591101fb28443dfd8e98b4c38ab3f973e /src/client | |
| parent | [Client] Fix bug (diff) | |
| download | sharkey-10fa824f95e4da48d331c9e6475d285611d54a6e.tar.gz sharkey-10fa824f95e4da48d331c9e6475d285611d54a6e.tar.bz2 sharkey-10fa824f95e4da48d331c9e6475d285611d54a6e.zip | |
[Client] Fix #2759
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/app/auth/views/form.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/auth/views/form.vue b/src/client/app/auth/views/form.vue index 7b01220c2b..105af375b6 100644 --- a/src/client/app/auth/views/form.vue +++ b/src/client/app/auth/views/form.vue @@ -1,7 +1,7 @@ <template> <div class="form"> <header> - <h1>{{ $t('share-access') }}</h1> + <h1 v-html="$t('share-access', { name: app.name })"></h1> <img :src="app.iconUrl"/> </header> <div class="app"> |