diff --git a/crabfit-frontend/public/i18n/en-GB/common.json b/crabfit-frontend/public/i18n/en-GB/common.json index 27bfa42..4012234 100644 --- a/crabfit-frontend/public/i18n/en-GB/common.json +++ b/crabfit-frontend/public/i18n/en-GB/common.json @@ -54,5 +54,13 @@ "language": { "label": "Language" } + }, + "update": { + "heading": "Crab Fit has been updated", + "body": "A new version of Crab Fit is available, which includes updates, fixes, and new features.", + "buttons": { + "close": "Close", + "reload": "Reload" + } } }