From 7c806fee8ad005ccb631ab4766c9c8e795a7662f Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Thu, 28 Sep 2023 16:28:51 -0700 Subject: [PATCH] fix(web): missing translations --- web/locales/en_US.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web/locales/en_US.json b/web/locales/en_US.json index ecd879c1f..0e9edb51a 100644 --- a/web/locales/en_US.json +++ b/web/locales/en_US.json @@ -283,5 +283,9 @@ "Your OS update eligibility has expired. Please renew your license key enable updates.": "Your OS update eligibility has expired. Please renew your license key enable updates.", "Ineligible for updates": "Ineligible for updates", "Ineligible for Unraid OS updates": "Ineligible for Unraid OS updates", - "Learn more and fix": "Learn more and fix" + "Learn more and fix": "Learn more and fix", + "Expires at {0}": "Expires at {0}", + "Expires in {0}": "Expires in {0}", + "Expired": "Expired", + "Expired {0}": "Expired {0}" }