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"
|
||||
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})"
|
||||
|
|
Loading…
Reference in New Issue