Skip to content

Commit

Permalink
[UI] Fixed incorrect translation string mentioning EOL instead of EOM
Browse files Browse the repository at this point in the history
  • Loading branch information
alongosz committed Mar 15, 2024
1 parent 575e813 commit ad7c7a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/bundle/Resources/translations/dashboard.en.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
</header>
<body>
<trans-unit id="1710718593a511e351e6da36e3bb280e532bb768" resname="dashboard.ez_version.community_end_of_maintenance">
<source><![CDATA[Unfortunately %release% open source version has reached end of life,
<source><![CDATA[Unfortunately %release% open source version has reached end of maintenance,
<a target="_blank" href="%update_url%">please upgrade</a>.]]></source>
<target state="new"><![CDATA[Unfortunately %release% open source version has reached end of life,
<target state="new"><![CDATA[Unfortunately %release% open source version has reached end of maintenance,
<a target="_blank" href="%update_url%">please upgrade</a>.]]></target>
<note>key: dashboard.ez_version.community_end_of_maintenance</note>
</trans-unit>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
'%release%': ez.release,
'%update_url%': urls['update']
})
|desc("Unfortunately %release% open source version has reached end of life,
|desc("Unfortunately %release% open source version has reached end of maintenance,
<a target=\"_blank\" href=\"%update_url%\">please upgrade</a>.")
|raw }}
<em>
Expand Down

0 comments on commit ad7c7a6

Please sign in to comment.