Ver código fonte

fix(webapp): typo

Peter Thomassen 4 anos atrás
pai
commit
9838a58f20
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      webapp/src/components/Field/RRSetType.vue

+ 1 - 1
webapp/src/components/Field/RRSetType.vue

@@ -3,7 +3,7 @@
     :label="label"
     :label="label"
     :disabled="disabled || readonly"
     :disabled="disabled || readonly"
     :error-messages="errorMessages"
     :error-messages="errorMessages"
-    hint="You can also enter other types. For all full list, check the documentation."
+    hint="You can also enter other types. For a full list, check the documentation."
     :persistent-hint="!readonly"
     :persistent-hint="!readonly"
     :value="value"
     :value="value"
     :items="types"
     :items="types"