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.
This commit is contained in:
parent
b9e0bb3b7a
commit
8b36f31034
|
@ -25,18 +25,18 @@ en:
|
||||||
help: "Re-assign Topic to a different user"
|
help: "Re-assign Topic to a different user"
|
||||||
assign_modal:
|
assign_modal:
|
||||||
title: "Assign Topic"
|
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"
|
assign: "Assign"
|
||||||
claim:
|
claim:
|
||||||
title: "claim"
|
title: "claim"
|
||||||
help: "Assign topic to yourself"
|
help: "Assign topic to yourself"
|
||||||
reminders_frequency:
|
reminders_frequency:
|
||||||
description: "Frequency for receiving assigned topics reminders"
|
description: "Frequency for receiving assigned topics reminders"
|
||||||
never: 'Never'
|
never: "Never"
|
||||||
daily: 'Daily'
|
daily: "Daily"
|
||||||
weekly: 'Weekly'
|
weekly: "Weekly"
|
||||||
monthly: 'Monthly'
|
monthly: "Monthly"
|
||||||
quarterly: 'Quarterly'
|
quarterly: "Quarterly"
|
||||||
user:
|
user:
|
||||||
messages:
|
messages:
|
||||||
assigned_title: "Assigned (%{count})"
|
assigned_title: "Assigned (%{count})"
|
||||||
|
|
Loading…
Reference in New Issue