summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-11-09 08:31:05 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-11-09 08:31:05 +0900
commit10fa824f95e4da48d331c9e6475d285611d54a6e (patch)
tree4efc796591101fb28443dfd8e98b4c38ab3f973e /src
parent[Client] Fix bug (diff)
downloadsharkey-10fa824f95e4da48d331c9e6475d285611d54a6e.tar.gz
sharkey-10fa824f95e4da48d331c9e6475d285611d54a6e.tar.bz2
sharkey-10fa824f95e4da48d331c9e6475d285611d54a6e.zip
[Client] Fix #2759
Diffstat (limited to 'src')
-rw-r--r--src/client/app/auth/views/form.vue2
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">