From 13832856f1230b988293a5a2969ecb0b0470d3a8 Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 16 Feb 2022 13:47:59 -0800 Subject: [PATCH] Added strings for unique Signed-off-by: snipe --- resources/lang/en/admin/custom_fields/general.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/lang/en/admin/custom_fields/general.php b/resources/lang/en/admin/custom_fields/general.php index 8483c67c69..4c7442b2d5 100644 --- a/resources/lang/en/admin/custom_fields/general.php +++ b/resources/lang/en/admin/custom_fields/general.php @@ -41,5 +41,7 @@ return [ 'make_required' => 'Optional - click to make required', 'reorder' => 'Reorder', 'db_field' => 'DB Field', - 'db_convert_warning' => 'WARNING. This field is in the custom fields table as :db_column but should be :expected .' + 'db_convert_warning' => 'WARNING. This field is in the custom fields table as :db_column but should be :expected .', + 'is_unique' => 'This value must be unique across all assets', + 'unique' => 'Unique', ];