mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
fix(backup ui): minor typo on backup page EE-6348 (#10716)
This commit is contained in:
parent
56022ab7b1
commit
79f3e1b04b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ export function BackupSettingsPanel() {
|
|||
|
||||
return (
|
||||
<Widget>
|
||||
<WidgetTitle icon={Download} title="Backup up Portainer" />
|
||||
<WidgetTitle icon={Download} title="Back up Portainer" />
|
||||
<WidgetBody>
|
||||
<div className="form-horizontal">
|
||||
<FormSection title="Backup configuration">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue