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
## 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

View file

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

View file

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

View file

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