mirror of
https://github.com/Ravinou/borgwarehouse
synced 2026-03-14 14:25:46 +01:00
ui: 🎨 improve some label #497
This commit is contained in:
parent
eed58c129e
commit
5ee55d18df
1 changed files with 3 additions and 3 deletions
|
|
@ -297,7 +297,7 @@ export default function RepoManage(props: RepoManageProps) {
|
|||
Edit the repository{' '}
|
||||
<span
|
||||
style={{
|
||||
color: 'rgba(99, 115, 129, 0.38)',
|
||||
color: '#6d4aff',
|
||||
}}
|
||||
>
|
||||
{targetRepo?.repositoryName}
|
||||
|
|
@ -472,8 +472,8 @@ export default function RepoManage(props: RepoManageProps) {
|
|||
className='defaultButton'
|
||||
disabled={!isValid || isSubmitting || isLoading}
|
||||
>
|
||||
{props.mode == 'edit' && 'Edit'}
|
||||
{props.mode == 'add' && 'Add'}
|
||||
{props.mode == 'edit' && 'Save'}
|
||||
{props.mode == 'add' && 'Add repository'}
|
||||
</button>
|
||||
</form>
|
||||
{props.mode == 'edit' ? (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue