Skip to content

Commit

Permalink
Update placeholder syntax
Browse files Browse the repository at this point in the history
The last attempt missed some.
  • Loading branch information
Ortham committed Sep 16, 2023
1 parent 9be1b3c commit f793346
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions masterlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,11 +191,11 @@ prelude:

- &versionXIncY
type: error
content: 'Your installed version of {0} is not compatible with your version of %2%.'
content: 'Your installed version of {0} is not compatible with your version of {1}.'

- &versionXofYorGreaterRequired
type: error
content: 'Requires version **{0}** or greater of **%2%**.'
content: 'Requires version **{0}** or greater of **{1}**.'

# Global Anchors
- &latestLOOTThread
Expand Down

0 comments on commit f793346

Please sign in to comment.