diff options
| author | marios8543 <marios8543@gmail.com> | 2024-02-23 22:22:10 +0200 |
|---|---|---|
| committer | marios8543 <marios8543@gmail.com> | 2024-02-23 22:22:10 +0200 |
| commit | 6b7f842233534a11ae3878d5fe843761dda7692a (patch) | |
| tree | f707419475e13d6d7288d3fa72ffd03a24d42ae8 /frontend/src/components/logviewer/LogList.tsx | |
| parent | 6b5f7c8642062906ecb36d905e52d0fcc6172783 (diff) | |
| download | decky-loader-marios8543/log-viewer.tar.gz decky-loader-marios8543/log-viewer.zip | |
Add log uploadingmarios8543/log-viewer
Diffstat (limited to 'frontend/src/components/logviewer/LogList.tsx')
| -rw-r--r-- | frontend/src/components/logviewer/LogList.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/logviewer/LogList.tsx b/frontend/src/components/logviewer/LogList.tsx index b536fd02..01aae45f 100644 --- a/frontend/src/components/logviewer/LogList.tsx +++ b/frontend/src/components/logviewer/LogList.tsx @@ -24,7 +24,7 @@ const LogList: FC<{ plugin: string }> = ({ plugin }) => { {logList.map((log_file) => ( <DialogButton style={{ marginBottom: "0.5rem" }} - onOKActionDescription={t("LogViewer.viewLog", "View Log")} + onOKActionDescription={t("LogViewer.viewLog")} onOKButton={() => showModal( <LogViewModal name={log_file} plugin={plugin}></LogViewModal>, |
