Skip to content

Commit

Permalink
Replace text
Browse files Browse the repository at this point in the history
  • Loading branch information
Çağatay Çivici committed Oct 24, 2017
1 parent 5152a30 commit 0a18d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/message/message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {CommonModule} from '@angular/common';
'ui-messages-error': (severity === 'error'),
'ui-messages-success': (severity === 'success')}">
<span class="ui-message-icon" [ngClass]="icon"></span>
<span class="ui-message-detail">{{text}}</span>
<span class="ui-message-text">{{text}}</span>
</div>
`
})
Expand Down

0 comments on commit 0a18d0d

Please sign in to comment.