Skip to content

Commit

Permalink
Add disclaimer for July 18th patch (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
hobinjk committed Jul 18, 2023
1 parent 76128d7 commit c89974a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"Copy build": "Copy build",
"Copy from selected character": "Copy from selected character",
"Copy selected sigils to both slots": "Copy selected sigils to both slots",
"Core game changes are updated for the June 27th game patch, but preset coefficients and trait selections may not yet be completely updated. Most gear results will be correctly optimized, but DPS estimates and comparisons may be wrong.<br/><br/>Templates not marked as Outdated are up to date.": "Core game changes are updated for the June 27th game patch, but preset coefficients and trait selections may not yet be completely updated. Most gear results will be correctly optimized, but DPS estimates and comparisons may be wrong.<br/><br/>Templates not marked as Outdated are up to date.",
"Core game changes, preset coefficients, and trait selections are not fully updated for the July 18th game patch. Most gear results will be correctly optimized, but DPS estimates and comparisons may be wrong.<br/><br/>Templates not marked as Outdated are up to date.": "Core game changes, preset coefficients, and trait selections are not fully updated for the July 18th game patch. Most gear results will be correctly optimized, but DPS estimates and comparisons may be wrong.<br/><br/>Templates not marked as Outdated are up to date.",
"Create build templates that can be used for the gear optimizer.": "Create build templates that can be used for the gear optimizer.",
"Create templates for the discretize.eu website. Please check the discretize-guides repo for more information.": "Create templates for the discretize.eu website. Please check the discretize-guides repo for more information.",
"Ctrl+d": "Ctrl+d",
Expand Down
6 changes: 3 additions & 3 deletions src/pages/index/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ const IndexPage = () => {

const ALERTS = [
<Trans>
Core game changes are updated for the June 27th game patch, but preset coefficients and trait
selections may not yet be completely updated. Most gear results will be correctly optimized,
but DPS estimates and comparisons may be wrong.
Core game changes, preset coefficients, and trait selections are not fully updated for the
July 18th game patch. Most gear results will be correctly optimized, but DPS estimates and
comparisons may be wrong.
<br />
<br />
Templates not marked as Outdated are expected to be up to date.
Expand Down

0 comments on commit c89974a

Please sign in to comment.