Parcourir la source

chore: change Token to NodeSecret #152

0xJacky il y a 2 ans
Parent
commit
4e14d26b3f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      frontend/src/views/environment/Environment.vue

+ 1 - 1
frontend/src/views/environment/Environment.vue

@@ -27,7 +27,7 @@ const columns = [{
         placeholder: () => 'https://10.0.0.1:9000'
     }
 }, {
-    title: () => $gettext('Token'),
+    title: () => 'NodeSecret',
     dataIndex: 'token',
     sorter: true,
     display: false,