Skip to content

Commit

Permalink
Merge pull request #5303 from ConnectAI-E/Modifylang
Browse files Browse the repository at this point in the history
Modify View All Languages
  • Loading branch information
Dogtiti authored Aug 21, 2024
2 parents ffe3269 + 95332e5 commit 1748dd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/markdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import RehypeHighlight from "rehype-highlight";
import { useRef, useState, RefObject, useEffect, useMemo } from "react";
import { copyToClipboard, useWindowSize } from "../utils";
import mermaid from "mermaid";

import Locale from "../locales";
import LoadingIcon from "../icons/three-dots.svg";
import ReloadButtonIcon from "../icons/reload.svg";
import React from "react";
Expand Down Expand Up @@ -199,7 +199,7 @@ function CustomCode(props: { children: any }) {
<div
className={`show-hide-button ${collapsed ? "collapsed" : "expanded"}`}
>
<button onClick={toggleCollapsed}>查看全部</button>
<button onClick={toggleCollapsed}>{Locale.NewChat.More}</button>
</div>
)}
</>
Expand Down

0 comments on commit 1748dd6

Please sign in to comment.