Reword imported hosts title
This commit is contained in:
parent
964a4d701b
commit
a4f46d0d7b
|
@ -59,7 +59,7 @@
|
|||
"parsed_file.alerts.parsing.message" = "Unable to parse the provided configuration file (%@).";
|
||||
"parsed_file.alerts.buttons.report" = "Report an issue";
|
||||
|
||||
"imported_hosts.title" = "Imported";
|
||||
"imported_hosts.title" = "Imported hosts";
|
||||
|
||||
"service.welcome.message" = "Welcome to Passepartout!\n\nUse the organizer to add a new profile.";
|
||||
"service.sections.general.header" = "General";
|
||||
|
|
|
@ -246,7 +246,7 @@ internal enum L10n {
|
|||
}
|
||||
|
||||
internal enum ImportedHosts {
|
||||
/// Imported
|
||||
/// Imported hosts
|
||||
internal static let title = L10n.tr("Localizable", "imported_hosts.title")
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue