소스 검색

fix: invisible user rights delete button

NGPixel 7 년 전
부모
커밋
26e3e21005
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      server/views/configure/index.pug

+ 1 - 1
server/views/configure/index.pug

@@ -97,7 +97,7 @@ block body
                           span.desc The language in which navigation, help and other UI elements will be displayed.
                           span.desc The language in which navigation, help and other UI elements will be displayed.
                       .column.is-half
                       .column.is-half
                         p.control.is-fullwidth
                         p.control.is-fullwidth
-                          label.label Site Relative Path
+                          label.label Site Relative URL Path
                           input(type='text', placeholder='/', v-model='conf.path', data-vv-scope='general', name='ipt-path', v-validate='{ required: true, min: 1 }')
                           input(type='text', placeholder='/', v-model='conf.path', data-vv-scope='general', name='ipt-path', v-validate='{ required: true, min: 1 }')
                           span.desc The relative path to your wiki. Unless you configure a reverse proxy in front of Wiki.js to handle requests made to a sub-directory, #[strong it is recommended to leave the default value].
                           span.desc The relative path to your wiki. Unless you configure a reverse proxy in front of Wiki.js to handle requests made to a sub-directory, #[strong it is recommended to leave the default value].
                     section.columns
                     section.columns