diff --git a/android/assets/jsons/Civ V - Gods & Kings/Ruins.json b/android/assets/jsons/Civ V - Gods & Kings/Ruins.json index 75863961bbe96..41cd8ed5e931a 100644 --- a/android/assets/jsons/Civ V - Gods & Kings/Ruins.json +++ b/android/assets/jsons/Civ V - Gods & Kings/Ruins.json @@ -1,7 +1,7 @@ [ { "name": "discover cultural artifacts", - "notification": "We have discovered cultural artifacts in the ruins! (+20 culture)", + "notification": "We have discovered cultural artifacts in the ruins! (+[cultureAmount] culture)", "uniques": ["Gain [20] [Culture] <(modified by game speed)>"], "color": "#cf8ff7" }, diff --git a/android/assets/jsons/Civ V - Vanilla/Ruins.json b/android/assets/jsons/Civ V - Vanilla/Ruins.json index aa047aa97f0ad..6ba8b4c22c187 100644 --- a/android/assets/jsons/Civ V - Vanilla/Ruins.json +++ b/android/assets/jsons/Civ V - Vanilla/Ruins.json @@ -1,7 +1,7 @@ [ { "name": "discover cultural artifacts", - "notification": "We have discovered cultural artifacts in the ruins! (+20 culture)", + "notification": "We have discovered cultural artifacts in the ruins! (+[cultureAmount] culture)", "uniques": ["Gain [20] [Culture] <(modified by game speed)>"], "color": "#cf8ff7" },