From 8b36f31034110b7da8941fd2543795db944df51c Mon Sep 17 00:00:00 2001 From: Penar Musaraj Date: Tue, 19 Nov 2019 13:44:53 -0500 Subject: [PATCH] FIX: Avoid triggering Safari username autocomplete on Assign Topic input Safari on macOS triggers the OS's username/password dropdown whenever it finds a mention of "username" near an input. --- config/locales/client.en.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 3654e44..2a50c7d 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -25,18 +25,18 @@ en: help: "Re-assign Topic to a different user" assign_modal: title: "Assign Topic" - description: "Enter the username of the person you'd like to assign this topic" + description: "Enter the name of the user you'd like to assign this topic" assign: "Assign" claim: title: "claim" help: "Assign topic to yourself" reminders_frequency: description: "Frequency for receiving assigned topics reminders" - never: 'Never' - daily: 'Daily' - weekly: 'Weekly' - monthly: 'Monthly' - quarterly: 'Quarterly' + never: "Never" + daily: "Daily" + weekly: "Weekly" + monthly: "Monthly" + quarterly: "Quarterly" user: messages: assigned_title: "Assigned (%{count})"