Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 728e7b6

Browse files
committed
address feedback
1 parent 57e9558 commit 728e7b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/locales/server.en.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ en:
233233
custom_prompt: "Custom Prompt"
234234
explain: "Explain"
235235
illustrate_post: "Illustrate Post"
236-
replace_dates: "Smart Dates"
236+
replace_dates: "Smart dates"
237237
painter:
238238
attribution:
239239
stable_diffusion_xl: "Image by Stable Diffusion XL"

lib/ai_helper/assistant.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def icon_map(name)
230230
when "illustrate_post"
231231
"images"
232232
when "replace_dates"
233-
"address-book"
233+
"calendar-days"
234234
else
235235
nil
236236
end

0 commit comments

Comments
 (0)