Explorar el Código

fix: source view path typo

Nick hace 6 años
padre
commit
c82b7066bb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      client/components/source.vue

+ 1 - 1
client/components/source.vue

@@ -4,7 +4,7 @@
     v-content
       v-toolbar(color='primary', dark)
         i18next.subheading(path='common:page.viewingSource', tag='div')
-          strong(place='path') /{{path}}]
+          strong(place='path') /{{path}}
         template(v-if='$vuetify.breakpoint.mdAndUp')
           v-spacer
           .caption.blue--text.text--lighten-3 {{$t('common:page.id', { id: pageId })}}