Skip to content

Commit

Permalink
fix: string improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikmv committed Oct 28, 2024
1 parent 520d11a commit 21c7088
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions i18n/en.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"POT-Creation-Date: 2024-10-25T18:59:30.362Z\n"
"PO-Revision-Date: 2024-10-25T18:59:30.362Z\n"
"POT-Creation-Date: 2024-10-28T08:42:49.334Z\n"
"PO-Revision-Date: 2024-10-28T08:42:49.334Z\n"

msgid "Choose one or more dates..."
msgstr "Choose one or more dates..."
Expand Down Expand Up @@ -1081,8 +1081,8 @@ msgstr "No tracked entity types available"
msgid "Assigned to"
msgstr "Assigned to"

msgid "You don't have access to edit this assignee"
msgstr "You don't have access to edit this assignee"
msgid "You don't have access to edit the assigned user"
msgstr "You don't have access to edit the assigned user"

msgid "Edit"
msgstr "Edit"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const DisplayModePlain = ({ assignee, onEdit, writeAccess, avatarId, classes }:
{assignee.name}
</div>
<ConditionalTooltip
content={i18n.t("You don't have access to edit this assignee")}
content={i18n.t("You don't have access to edit the assigned user")}
enabled={!writeAccess}
>
<Button
Expand Down

0 comments on commit 21c7088

Please sign in to comment.