Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantinullrich committed Mar 3, 2021
1 parent 8f5309a commit 3141010
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/generated/intl/messages_en.dart
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class MessageLookup extends MessageLookupByLibrary {
"title_edit_service_node" : MessageLookupByLibrary.simpleMessage("Edit Service Nodes"),
"title_settings" : MessageLookupByLibrary.simpleMessage("Settings"),
"welcome" : MessageLookupByLibrary.simpleMessage("Welcome,\nOXEN Service Node Operator"),
"welcome_first_line" : MessageLookupByLibrary.simpleMessage("Here you can watch Service Nodes you run or contributed to."),
"welcome_first_line" : MessageLookupByLibrary.simpleMessage("Here you can watch Service Nodes you run or contribute to."),
"your_service_nodes" : MessageLookupByLibrary.simpleMessage("Your Service Nodes")
};
}
4 changes: 2 additions & 2 deletions lib/generated/l10n.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/l10n/intl_en.arb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"welcome": "Welcome,\nOXEN Service Node Operator",
"welcome_first_line": "Here you can watch Service Nodes you run or contributed to.",
"welcome_first_line": "Here you can watch Service Nodes you run or contribute to.",
"add_node_to_get_started": "Add a Service Node below to get started.",
"add_service_node": "Add a Service Node",
"add_daemon": "Add Daemon",
Expand Down

0 comments on commit 3141010

Please sign in to comment.