Skip to content

Commit 9777519

Browse files
BatJannathanwoulfe
authored andcommitted
Add missing fallback texts
1 parent 1fdfb2c commit 9777519

File tree

1 file changed

+3
-2
lines changed
  • src/Umbraco.Web.UI.Client/src/views/common/infiniteeditors/compositions/overlays

1 file changed

+3
-2
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<div>
22

33
<div class="umb-alert umb-alert--warning mb2">
4-
<localize key="contentTypeEditor_compositionRemoveWarning"></localize>
4+
<localize key="contentTypeEditor_compositionRemoveWarning">Removing a composition will delete all the associated property data. Once you save the Document Type there's no way
5+
back.</localize>
56
</div>
67

7-
<localize key="defaultdialogs_confirmSure"></localize>
8+
<localize key="defaultdialogs_confirmSure">Are you sure?</localize>
89

910
</div>

0 commit comments

Comments
 (0)