From c7a255292a00fbaf2169703a7006618293ab5772 Mon Sep 17 00:00:00 2001 From: Thijs Kinkhorst Date: Wed, 16 Oct 2024 11:36:37 +0200 Subject: [PATCH] Clarify what's expected in the ARP filter textbox --- manage-gui/src/locale/en.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage-gui/src/locale/en.js b/manage-gui/src/locale/en.js index 66fef9d8..9f7a8ca5 100644 --- a/manage-gui/src/locale/en.js +++ b/manage-gui/src/locale/en.js @@ -500,7 +500,7 @@ I18n.translations.en = { wildcard: "Wildcard", exact: "Exact", prefix: "Prefix", - new_attribute_value: "Enter the new ARP value for {{key}}", + new_attribute_value: "Enter the value filter for {{key}}", new_attribute_motivation: "The motivation for the release of {{key}}", new_attribute_motivation_placeholder: "Motivation...", new_attribute_release_as: "Override the release of {{key}} with a different attribute name",