|
@@ -101,7 +101,9 @@ class RepositoryRow extends React.Component {
|
|
|
<Confirm
|
|
|
disabled={!hasAccess || (!isActive && repository.status !== 'disabled')}
|
|
|
onConfirm={this.deleteRepo}
|
|
|
- message={t('Are you sure you want to remove this repository?')}
|
|
|
+ message={t(
|
|
|
+ 'Are you sure you want to remove this repository? All associated commit data will be removed in addition to the repository.'
|
|
|
+ )}
|
|
|
>
|
|
|
<Button size="xsmall" icon="icon-trash" disabled={!hasAccess} />
|
|
|
</Confirm>
|