diff options
Diffstat (limited to 'src/components/FlatpaksTab.tsx')
| -rw-r--r-- | src/components/FlatpaksTab.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/FlatpaksTab.tsx b/src/components/FlatpaksTab.tsx index b4d5e4d..27204f4 100644 --- a/src/components/FlatpaksTab.tsx +++ b/src/components/FlatpaksTab.tsx @@ -157,12 +157,12 @@ export function FlatpaksTab() { }; if (loading) { - return <PanelSection title="Runtimes" spinner />; + return <PanelSection title="Flatpak Runtimes" spinner />; } return ( <> - <PanelSection title="Runtimes"> + <PanelSection title="Flatpak Runtimes"> {error && <PanelSectionRow><Field label={t("FLATPAK_OPERATION_ERROR", "Operation failed")} description={error} /></PanelSectionRow>} {extensionStatus?.success ? runtimeVersions.map(({ version, key }) => ( <RuntimeRow |
