mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 22:24:36 +00:00
Adding an asterisk in the roles reference (#116)
This commit is contained in:
parent
34bcbff811
commit
c536845bcc
4 changed files with 10 additions and 0 deletions
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue