diff --git a/CHANGELOG.md b/CHANGELOG.md index 0156db0..99d813e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Release Notes ## Upcomming Version +- Adding an asterisk in the roles reference - Correcting the message when someone wants to exile a Traveller - Correcting Leviathan's english description - Correcting "Late Night Drive By"'s name diff --git a/src/components/modals/ReferenceModal.vue b/src/components/modals/ReferenceModal.vue index c07e218..5e615ba 100644 --- a/src/components/modals/ReferenceModal.vue +++ b/src/components/modals/ReferenceModal.vue @@ -84,6 +84,7 @@
  • +
    {{ locale.modal.reference.notfirstnight }}
    @@ -211,6 +212,12 @@ h3 { } } +.asterisk { + font-size: 60%; + text-align: right; + padding-top: 20px; +} + .team { display: flex; align-items: stretch; diff --git a/src/store/locale/en/ui.json b/src/store/locale/en/ui.json index 5503784..8dad857 100644 --- a/src/store/locale/en/ui.json +++ b/src/store/locale/en/ui.json @@ -207,6 +207,7 @@ "reference": { "title": "Character Reference", "jinxed": "Jinxed", + "notfirstnight": "*Not the first night", "teamNames": { "townsfolk": "townfolk", "outsider": "outsider", diff --git a/src/store/locale/fr/ui.json b/src/store/locale/fr/ui.json index f74453d..8f72eb5 100644 --- a/src/store/locale/fr/ui.json +++ b/src/store/locale/fr/ui.json @@ -207,6 +207,7 @@ "reference": { "title": "Réference de rôles", "jinxed": "Jinx", + "notfirstnight": "* Pas la première nuit", "teamNames": { "townsfolk": "villageois", "outsider": "étranger",