diff options
| author | joonhoekim <26rote@gmail.com> | 2025-10-02 15:45:31 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-10-02 15:45:31 +0900 |
| commit | ed412083c785fc1fed7a2490f84f72a665c846be (patch) | |
| tree | 9b64adbb4346201268e04a0ee1091ab9f4d6c962 /lib | |
| parent | 8e70ba35379d21d89704f1095b7fd32bf286525d (diff) | |
(김준회) dolce l10n 없는 키 생성, experimental은 주석처리
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/vendor-document-list/ship/send-to-shi-button.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/vendor-document-list/ship/send-to-shi-button.tsx b/lib/vendor-document-list/ship/send-to-shi-button.tsx index 7bb85710..2a61f257 100644 --- a/lib/vendor-document-list/ship/send-to-shi-button.tsx +++ b/lib/vendor-document-list/ship/send-to-shi-button.tsx @@ -354,9 +354,9 @@ export function SendToSHIButton({ <div className="space-y-2"> <div className="text-sm font-medium flex items-center gap-2"> {t('shiSync.labels.detailsByType')} - <Badge variant="outline" className="text-xs"> + {/* <Badge variant="outline" className="text-xs"> {t('shiSync.labels.experimental')} - </Badge> + </Badge> */} </div> <div className="space-y-1 text-xs"> |
