mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-20 02:34:12 +00:00
Change spellRogueStealthMaxedOut and spellAlreadyCast to a clearer wo… (#12497)
* Change spellRogueStealthMaxedOut and spellAlreadyCast to a clearer wording * Restore package-lock.json and Delete string spellRogueStealthMaxedOut * remove unused string, restore package-lock.json changes * restore client package-lock.json * Change spellRogueStealthMaxedOut and spellAlreadyCast to a clearer wording * Restore package-lock.json and Delete string spellRogueStealthMaxedOut * remove unused string, restore package-lock.json changes * restore client package-lock.json Co-authored-by: Matteo Pagliazzi <matteopagliazzi@gmail.com>
This commit is contained in:
parent
b680b6026b
commit
5122d137b0
2 changed files with 4 additions and 5 deletions
|
|
@ -1,9 +1,9 @@
|
|||
<template>
|
||||
<datepicker
|
||||
v-model="value"
|
||||
:calendarButton="true"
|
||||
:calendarButtonIconContent="icons.calendar"
|
||||
:bootstrapStyling="true"
|
||||
:calendar-button="true"
|
||||
:calendar-button-icon-content="icons.calendar"
|
||||
:bootstrap-styling="true"
|
||||
:clear-button="false"
|
||||
:today-button="false"
|
||||
:disabled-picker="disabled"
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@
|
|||
"spellRogueStealthText": "Stealth",
|
||||
"spellRogueStealthNotes": "With each cast, a few of your undone Dailies won't cause damage tonight. Their streaks and colors won't change. (Based on: PER)",
|
||||
"spellRogueStealthDaliesAvoided": "<%= originalText %> Number of dailies that will be avoided: <%= number %>.",
|
||||
"spellRogueStealthMaxedOut": "You have already avoided all your dailies; there's no need to cast this again.",
|
||||
|
||||
"spellHealerHealText": "Healing Light",
|
||||
"spellHealerHealNotes": "Shining light restores your health! (Based on: CON and INT)",
|
||||
|
|
@ -76,5 +75,5 @@
|
|||
"groupTasksNoCast": "Casting a skill on group tasks is not allowed.",
|
||||
"spellNotOwned": "You don't own this skill.",
|
||||
"spellLevelTooHigh": "You must be level <%= level %> to use this skill.",
|
||||
"spellAlreadyCast": "You've cast this skill already. It won't have any additional effect."
|
||||
"spellAlreadyCast": "Using this skill won't have any additional effect."
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue