mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 08:50:15 +01:00
🌍: Correct Localized Text of "Save & Submit" Button (#1517)
* To provide a full translation option for the button in other languages * Add a modification for the old version of the chat
This commit is contained in:
parent
8f9ef13325
commit
e3abd0d345
8 changed files with 11 additions and 5 deletions
|
|
@ -44,7 +44,7 @@ export default function SiblingSwitch({
|
|||
</svg>
|
||||
</button>
|
||||
<span className="flex-shrink-0 flex-grow">
|
||||
{siblingIdx + 1}/{siblingCount}
|
||||
{siblingIdx + 1} / {siblingCount}
|
||||
</span>
|
||||
<button
|
||||
className="disabled:text-gray-300 dark:text-white dark:disabled:text-gray-400"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue