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