Skip to content

Commit

Permalink
update notice
Browse files Browse the repository at this point in the history
  • Loading branch information
asosnovsky committed Sep 7, 2022
1 parent 2dca59f commit c5cf8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/services/versioner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const useVersioner = () => {
{lang
.get("NEW_VERSION_AVAILABLE_BODY", {
latest: "v" + latestVersionString,
current: "v" + gicurrentVersionString,
current: "v" + currentVersionString,
})
.split("\n")
.map((p, i) => (
Expand Down

0 comments on commit c5cf8ed

Please sign in to comment.