From 23114ac9291af805fcce700952ade0d153a2f6d2 Mon Sep 17 00:00:00 2001 From: Amin Arria Date: Mon, 19 Oct 2015 17:19:30 -0430 Subject: [PATCH] Fix trailing comma --- common/locales/en/rebirth.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/locales/en/rebirth.json b/common/locales/en/rebirth.json index 7d7cd71408..998aefa38a 100644 --- a/common/locales/en/rebirth.json +++ b/common/locales/en/rebirth.json @@ -24,5 +24,5 @@ "rebirthPop": "Begin a new character at Level 1 while retaining achievements, collectibles, and tasks with history.", "rebirthName": "Orb of Rebirth", "reborn": "Reborn, max level <%= reLevel %>", - "reborn100": "Reborn, max level 100+", + "reborn100": "Reborn, max level 100+" }