addtional removal of RTF sequences in strings.properties

This commit is contained in:
Armin Schrenk
2020-03-06 18:49:00 +01:00
parent 99ed87de17
commit 70b70c55f3
@@ -43,7 +43,7 @@ public class ReadmeGenerator {
public String createVaultAccessLocationReadmeRtf() {
return createDocument(List.of( //
resourceBundle.getString("addvault.new.readme.accessLocation.1"), //
String.format(HEADING,resourceBundle.getString("addvault.new.readme.accessLocation.1")), //
resourceBundle.getString("addvault.new.readme.accessLocation.2"), //
resourceBundle.getString("addvault.new.readme.accessLocation.3") //
));