aboutsummaryrefslogtreecommitdiff
path: root/src/components/media_modal/media_modal.vue
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-02-10 13:26:08 -0500
committertaehoon <th.dev91@gmail.com>2019-02-10 13:26:08 -0500
commit971e75aa64ddd9f2f4a658eb51e09afd23600d1b (patch)
treeff95a11338cd65b4f82dad4e089fcf230cdd4f19 /src/components/media_modal/media_modal.vue
parent750c308909b76be5d4572c86b4affb6aed41f47b (diff)
Add translation strings
Diffstat (limited to 'src/components/media_modal/media_modal.vue')
-rw-r--r--src/components/media_modal/media_modal.vue6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/media_modal/media_modal.vue b/src/components/media_modal/media_modal.vue
index fbaa97f8..306c1a89 100644
--- a/src/components/media_modal/media_modal.vue
+++ b/src/components/media_modal/media_modal.vue
@@ -8,8 +8,8 @@
:controls="true"
@click.stop.native="">
</VideoAttachment>
- <button title="Previous" class="modal-view-button-arrow modal-view-button-arrow--prev" v-if="canNavigate" @click.stop.prevent="goPrev"></button>
- <button title="Next" class="modal-view-button-arrow modal-view-button-arrow--next" v-if="canNavigate" @click.stop.prevent="goNext"></button>
+ <button :title="$t('media_modal.previous')" class="modal-view-button-arrow modal-view-button-arrow--prev" v-if="canNavigate" @click.stop.prevent="goPrev"></button>
+ <button :title="$t('media_modal.next')" class="modal-view-button-arrow modal-view-button-arrow--next" v-if="canNavigate" @click.stop.prevent="goNext"></button>
</div>
</template>
@@ -65,7 +65,7 @@
outline: none;
box-shadow: none;
}
-
+
&#{&}#{&} {
&:hover {
opacity: 1;