aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/confirm/confirm.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/core/confirm/confirm.component.html')
-rw-r--r--client/src/app/core/confirm/confirm.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/core/confirm/confirm.component.html b/client/src/app/core/confirm/confirm.component.html
index 01a4e0ac4..3253de4a0 100644
--- a/client/src/app/core/confirm/confirm.component.html
+++ b/client/src/app/core/confirm/confirm.component.html
@@ -16,7 +16,7 @@
16 </div> 16 </div>
17 17
18 <div class="form-group inputs"> 18 <div class="form-group inputs">
19 <span class="action-button action-button-cancel" (click)="cancel()"> 19 <span i18n class="action-button action-button-cancel" (click)="cancel()">
20 Cancel 20 Cancel
21 </span> 21 </span>
22 22