mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-16 12:52:11 +00:00
Add trailing space to email templates
This commit is contained in:
parent
77ce52ac33
commit
fadc5266fc
@ -120,7 +120,7 @@ public class AppConstants {
|
||||
return "Hi,\n\n\(description)\n\n\(metadata)\n\nRegards";
|
||||
}
|
||||
|
||||
public static let template = "description of the issue:";
|
||||
public static let template = "description of the issue: ";
|
||||
}
|
||||
|
||||
public class Filenames {
|
||||
@ -155,7 +155,7 @@ public class AppConstants {
|
||||
return "Hi,\n\n\(description)\n\nRegards";
|
||||
}
|
||||
|
||||
public static let template = "I offer to translate to:";
|
||||
public static let template = "I offer to translate to: ";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user