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:
Mike-Antonacci 2020-09-04 04:21:50 -06:00 committed by GitHub
parent b680b6026b
commit 5122d137b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 5 deletions

View file

@ -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"

View file

@ -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."
}