Adding an asterisk in the roles reference (#116)

This commit is contained in:
MRegnard 2023-11-10 22:13:45 +01:00 committed by GitHub
parent 34bcbff811
commit c536845bcc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 0 deletions

View file

@ -1,6 +1,7 @@
# Release Notes # Release Notes
## Upcomming Version ## Upcomming Version
- Adding an asterisk in the roles reference
- Correcting the message when someone wants to exile a Traveller - Correcting the message when someone wants to exile a Traveller
- Correcting Leviathan's english description - Correcting Leviathan's english description
- Correcting "Late Night Drive By"'s name - Correcting "Late Night Drive By"'s name

View file

@ -84,6 +84,7 @@
<li></li> <li></li>
</ul> </ul>
</div> </div>
<div class="asterisk">{{ locale.modal.reference.notfirstnight }}</div>
</Modal> </Modal>
</template> </template>
@ -211,6 +212,12 @@ h3 {
} }
} }
.asterisk {
font-size: 60%;
text-align: right;
padding-top: 20px;
}
.team { .team {
display: flex; display: flex;
align-items: stretch; align-items: stretch;

View file

@ -207,6 +207,7 @@
"reference": { "reference": {
"title": "Character Reference", "title": "Character Reference",
"jinxed": "Jinxed", "jinxed": "Jinxed",
"notfirstnight": "*Not the first night",
"teamNames": { "teamNames": {
"townsfolk": "townfolk", "townsfolk": "townfolk",
"outsider": "outsider", "outsider": "outsider",

View file

@ -207,6 +207,7 @@
"reference": { "reference": {
"title": "Réference de rôles", "title": "Réference de rôles",
"jinxed": "Jinx", "jinxed": "Jinx",
"notfirstnight": "* Pas la première nuit",
"teamNames": { "teamNames": {
"townsfolk": "villageois", "townsfolk": "villageois",
"outsider": "étranger", "outsider": "étranger",