diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 4540928..142d5af 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -122,7 +122,7 @@ en: remaining_bot_quota: description: | Get the current number of tokens or queries you have left for use of the bot this week - answer: "The user has %{quota} bot %{units} left for use this week. There are %{days_remaining} before it resets!\n\n" + answer: "The user has %{quota} bot %{units} left for use this week. There are %{days_remaining} days before it resets!\n\n" error: "There was an error when trying to retrieve your remaining bot quota: '%{error}'" user_information: name: "user_information_for_%{user_field}" diff --git a/plugin.rb b/plugin.rb index 25a1383..6f3019c 100644 --- a/plugin.rb +++ b/plugin.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # name: discourse-chatbot # about: a plugin that allows you to have a conversation with a configurable chatbot in Discourse Chat, Topics and Private Messages -# version: 1.3.0 +# version: 1.3.1 # authors: merefield # url: https://github.com/merefield/discourse-chatbot