Skip to content

Commit

Permalink
FIX: quota answer completeness
Browse files Browse the repository at this point in the history
  • Loading branch information
merefield committed Oct 22, 2024
1 parent 71d9752 commit 97f0ea1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/locales/server.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion plugin.rb
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 97f0ea1

Please sign in to comment.