このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
OpenSource
/
dify
ウォッチ
4
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
152
Wiki
アクティビティ
ソースを参照
fix: add missing translation function to deprecation notice component (
#22767
)
tags/1.7.0
Wu Tianwei
3ヶ月前
親
e9c9c5d8f1
コミット
c987001a19
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更
、
1行の追加
、
0行の削除
分割表示
差分情報を表示
1
0
web/app/components/plugins/base/deprecation-notice.tsx
+ 1
- 0
web/app/components/plugins/base/deprecation-notice.tsx
ファイルの表示
@@ -65,6 +65,7 @@ const DeprecationNotice: FC<DeprecationNoticeProps> = ({
{
hasValidDeprecatedReason && alternativePluginId && (
<Trans
t={t}
i18nKey={`${i18nPrefix}.fullMessage`}
components={{
CustomLink: (
書き込み
プレビュー
読み込み中…
キャンセル
保存