Browse Source

fix(webapp): typo

Peter Thomassen 4 years ago
parent
commit
9838a58f20
1 changed files with 1 additions and 1 deletions
  1. 1 1
      webapp/src/components/Field/RRSetType.vue

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

@@ -3,7 +3,7 @@
     :label="label"
     :disabled="disabled || readonly"
     :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"
     :value="value"
     :items="types"