Skip to content

Commit

Permalink
fix(ZNTNA-2410): change Dismiss button to Close
Browse files Browse the repository at this point in the history
  • Loading branch information
kgough committed Feb 27, 2018
1 parent 3cef247 commit a51dfb4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -192,7 +192,7 @@ public interface UiMessages extends Messages {
@DefaultMessage("Glossary Details")
String glossaryDetails();

@DefaultMessage("Dismiss")
@DefaultMessage("Close")
String dismiss();

@DefaultMessage("Last modified on {0}")
Expand Down

0 comments on commit a51dfb4

Please sign in to comment.