Add trailing space to email templates

This commit is contained in:
Davide De Rosa 2019-04-07 16:30:19 +02:00
parent 77ce52ac33
commit fadc5266fc

View File

@ -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: ";
}
}