aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/components/ui/forms/unsaved-changes/unsaved-changes.component.html
blob: bdf21dec62e74d072d84aa297aa986bebcde6b6e (plain)
1
2
3
4
5
6
<div class="unsaved-changes-modal">
    <div class="message">
        <p>Your changes {{isValidChangedData ? '' : '(invalid)'}} have not been saved.</p>
        <p>Do you want to {{isValidChangedData ? 'save' : 'discard'}} them?</p>
    </div>
</div>