Skip to content

Commit

Permalink
fix: revert wrong commit
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikmv committed Oct 25, 2024
1 parent e548acc commit 9fbbe24
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-25T17:42:56.394Z\n"
"PO-Revision-Date: 2024-10-25T17:42:56.394Z\n"
"POT-Creation-Date: 2024-10-25T18:18:11.518Z\n"
"PO-Revision-Date: 2024-10-25T18:18:11.518Z\n"

msgid "Choose one or more dates..."
msgstr "Choose one or more dates..."
Expand Down Expand Up @@ -1083,8 +1083,8 @@ msgstr "Edit"
msgid "No one is assigned to this event"
msgstr "No one is assigned to this event"

msgid "You don't have access to assign a user to this event"
msgstr "You don't have access to assign a user to this event"
msgid "You don't have access to assign an assignee"
msgstr "You don't have access to assign an assignee"

msgid "Assign"
msgstr "Assign"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const DisplayModePlain = ({ assignee, onEdit, writeAccess, avatarId, classes }:
<div className={classes.wrapper}>
{i18n.t('No one is assigned to this event')}
<ConditionalTooltip
content={i18n.t("You don't have access to assign a user to this event")}
content={i18n.t("You don't have access to assign an assignee")}
enabled={!writeAccess}
>
<Button
Expand Down

0 comments on commit 9fbbe24

Please sign in to comment.