Use common translation
This commit is contained in:
parent
f1299dc4b0
commit
b884c8a762
@ -89,8 +89,8 @@
|
||||
|
||||
{{
|
||||
Alert(
|
||||
title="portfolios.applications.delete.alert.title" | translate,
|
||||
message="portfolios.applications.delete.alert.message" | translate,
|
||||
title=("components.modal.destructive_title" | translate),
|
||||
message=("portfolios.applications.delete.alert.message" | translate),
|
||||
level="warning"
|
||||
)
|
||||
}}
|
||||
|
@ -123,7 +123,7 @@
|
||||
|
||||
{{
|
||||
Alert(
|
||||
title=("portfolios.applications.remove_member.alert.title" | translate),
|
||||
title=("components.modal.destructive_title" | translate),
|
||||
message=("portfolios.applications.remove_member.alert.message" | translate({"user_name": member_form.user_name.data})),
|
||||
level="warning"
|
||||
)
|
||||
|
@ -419,13 +419,11 @@ portfolios:
|
||||
remove_member:
|
||||
alert:
|
||||
message: '{user_name} will no longer be able to access this application'
|
||||
title: Warning! This action is permanent.
|
||||
button: Remove member
|
||||
header: Are you sure you want to remove this team member?
|
||||
delete:
|
||||
alert:
|
||||
message: You will lose access to this application and all of its reporting and metrics tools. The activity log will be retained.
|
||||
title: Warning! This action is permanent.
|
||||
button: Delete application
|
||||
header: Are you sure you want to delete this application?
|
||||
environments:
|
||||
|
Loading…
x
Reference in New Issue
Block a user