mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 21:35:23 +02:00
fix(backup ui): minor typo on backup page EE-6348 (#10717)
This commit is contained in:
parent
4795e85d18
commit
d58046eb68
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