Преглед изворни кода

fix: incorrect cancel button i18n key (#2543)

Kaito Minatoya пре 4 година
родитељ
комит
0a1f0ac9e3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      client/components/comments.vue

+ 1 - 1
client/components/comments.vue

@@ -109,7 +109,7 @@
                   outlined
                   )
                   v-icon(left) mdi-close
-                  span.text-none {{$t('common:action.cancel')}}
+                  span.text-none {{$t('common:actions.cancel')}}
                 v-btn(
                   dark
                   color='blue-grey darken-2'