Rename leftover Gemini references to Qwen in UI strings

This commit is contained in:
Alexander Farber
2025-12-10 13:00:07 +01:00
parent 58d3a9c253
commit 68295d0bbf
4 changed files with 8 additions and 8 deletions

View File

@@ -130,7 +130,7 @@ export const directoryCommand: SlashCommand = {
{
type: MessageType.INFO,
text: t(
'Successfully added GEMINI.md files from the following directories if there are:\n- {{directories}}',
'Successfully added QWEN.md files from the following directories if there are:\n- {{directories}}',
{
directories: added.join('\n- '),
},