From 08830c5f6b6e28a750b15ac15af26ba17db744f1 Mon Sep 17 00:00:00 2001 From: InsertDisc <31751462+InsertDisc@users.noreply.github.com> Date: Fri, 23 Aug 2024 22:08:18 -0400 Subject: [PATCH] Update common.json Revert 'roms' back to 'totalRoms' to avoid a breaking change. --- public/locales/en/common.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/en/common.json b/public/locales/en/common.json index 195053b8..fabf5d84 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -831,7 +831,7 @@ }, "romm": { "platforms": "Platforms", - "roms": "Games", + "totalRoms": "Games", "saves": "Saves", "states": "States", "screenshots": "Screenshots",