Skip to content

Commit 85646b5

Browse files
committed
updated titles
1 parent 48b4b9f commit 85646b5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

static/js/task.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ function showTaskRollModal(options) {
116116
const confirmButton = modal.querySelector('#taskRollConfirm');
117117

118118
titleNode.textContent = title || 'Rolling New Task';
119-
subtitleNode.textContent = subtitle || 'This could be your next 100-hour grind.';
119+
subtitleNode.textContent = subtitle || 'This could be your next grind.';
120120
confirmButton.disabled = true;
121121
confirmButton.textContent = 'Rolling...';
122122

@@ -221,7 +221,7 @@ $(document).on('click', '#start', function(){
221221
const instantRoll = isSpecialInstantRollUser();
222222
showTaskRollModal({
223223
title: 'Official Task Roll',
224-
subtitle: instantRoll ? 'Hi Youtube <3 Gerni Task' : 'This could be your next 100-hour grind.',
224+
subtitle: instantRoll ? 'Hi Youtube <3 Gerni Task' : 'This could be your next grind.',
225225
sequence: instantRoll ? [generatedTask] : sequence,
226226
onRender: null,
227227
onComplete: function() {
@@ -286,7 +286,7 @@ $(document).on('click', '#generate_unofficial', function(){
286286
const instantRoll = isSpecialInstantRollUser();
287287
showTaskRollModal({
288288
title: `${tier.charAt(0).toUpperCase() + tier.slice(1)} Task Roll`,
289-
subtitle: instantRoll ? 'Hi Youtube <3 Gerni Task' : 'This could be your next 100-hour grind.',
289+
subtitle: instantRoll ? 'Hi Youtube <3 Gerni Task' : 'This could be your next grind.',
290290
sequence: instantRoll ? [generatedTask] : sequence,
291291
onRender: null,
292292
onComplete: function() {

0 commit comments

Comments
 (0)