mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 02:26:58 +00:00
Add strings for #1116 to intro page.
This commit is contained in:
7
public/js/ff/intro/intro.js
vendored
7
public/js/ff/intro/intro.js
vendored
@@ -18,8 +18,7 @@
|
||||
* along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/** global: routeForTour, token, routeStepsUri, routeForFinishedTour, forceDemoOff */
|
||||
|
||||
/** global: nextLabel, prevLabel,skipLabel,doneLabel routeForTour, token, routeStepsUri, routeForFinishedTour, forceDemoOff */
|
||||
$(function () {
|
||||
"use strict";
|
||||
if (!forceDemoOff) {
|
||||
@@ -31,6 +30,10 @@ function setupIntro(steps) {
|
||||
|
||||
var intro = introJs();
|
||||
intro.setOptions({
|
||||
nextLabel: nextLabel,
|
||||
prevLabel: prevLabel,
|
||||
skipLabel: skipLabel,
|
||||
doneLabel: doneLabel,
|
||||
steps: steps,
|
||||
exitOnEsc: true,
|
||||
exitOnOverlayClick: true,
|
||||
|
Reference in New Issue
Block a user