Skip to content

Commit 3141010

Browse files
Fix Typo
1 parent 8f5309a commit 3141010

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lib/generated/intl/messages_en.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class MessageLookup extends MessageLookupByLibrary {
6565
"title_edit_service_node" : MessageLookupByLibrary.simpleMessage("Edit Service Nodes"),
6666
"title_settings" : MessageLookupByLibrary.simpleMessage("Settings"),
6767
"welcome" : MessageLookupByLibrary.simpleMessage("Welcome,\nOXEN Service Node Operator"),
68-
"welcome_first_line" : MessageLookupByLibrary.simpleMessage("Here you can watch Service Nodes you run or contributed to."),
68+
"welcome_first_line" : MessageLookupByLibrary.simpleMessage("Here you can watch Service Nodes you run or contribute to."),
6969
"your_service_nodes" : MessageLookupByLibrary.simpleMessage("Your Service Nodes")
7070
};
7171
}

lib/generated/l10n.dart

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/l10n/intl_en.arb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"welcome": "Welcome,\nOXEN Service Node Operator",
3-
"welcome_first_line": "Here you can watch Service Nodes you run or contributed to.",
3+
"welcome_first_line": "Here you can watch Service Nodes you run or contribute to.",
44
"add_node_to_get_started": "Add a Service Node below to get started.",
55
"add_service_node": "Add a Service Node",
66
"add_daemon": "Add Daemon",

0 commit comments

Comments
 (0)