Skip to content

Commit 9a89893

Browse files
update messages
1 parent 404fe11 commit 9a89893

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

resources/javascript/arona.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -277,18 +277,18 @@
277277
// messages for enabling password mode
278278
password_on : [
279279
['Activating password mode!', 22],
280-
["I'll do my best to encrypt your message, Sensei!", 25],
281-
["Don't worry! Your password is safe with me!", 13],
280+
["I'll do my best to encrypt your messages!", 25],
281+
["Don't worry! Your secrets are safe with me, Sensei.", 13],
282282
['Let me know what password you want to use!', 31],
283283
["It's tough working with passwords, but Arona will try her best.", 24]
284284
],
285285

286286
// messages for disabling password mode
287287
password_off : [
288-
['Password mode deactivated.', 13],
288+
['Password mode deactivated.', 33],
289+
["(I'll just pretend that I didn't see anything...)", 3],
290+
["You have some strange passwords, Sensei.", 26],
289291
['Phew... encoding and decoding with passwords is hard work.', 24],
290-
["I'll just pretend that I didn't see anything...", 3],
291-
["I'll keep your password safe for next time!", 22],
292292
['That was exhausting... Can Arona have something sweet now, Sensei?', 23]
293293
],
294294

0 commit comments

Comments
 (0)