浏览代码

fix(webapp): typo

Peter Thomassen 4 年之前
父节点
当前提交
9838a58f20
共有 1 个文件被更改,包括 1 次插入1 次删除
  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"