From 21f3eeca4c4b5b240b5c58138ad210fe6bfe2cde Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Thu, 28 Jun 2018 17:07:38 +0900 Subject: [PATCH] Fixed typo --- scripts/AudioPlayer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/AudioPlayer.ts b/scripts/AudioPlayer.ts index 07f2fc5e..ab1d8e52 100644 --- a/scripts/AudioPlayer.ts +++ b/scripts/AudioPlayer.ts @@ -65,7 +65,7 @@ export default class AudioPlayer { // Check if we have PRO status after 5 plays if(this.playId >= 6 && this.arn.user.dataset.pro !== "true") { - this.arn.statusMessage.showInfo("Please buy a PRO account to get unlimited access the Anime Radio.", -1) + this.arn.statusMessage.showInfo("Please buy a PRO account to get unlimited access to the Anime Radio.", -1) return }