Fix escaped text on Agent is running popover (#505)
This commit is contained in:
parent
1fc8fa25d9
commit
2a4da36c4e
|
@ -22,7 +22,7 @@
|
|||
"en" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "SecretAgent is a process that runs in the background to sign requests, so you don't need to keep Secretive open all the time.\\n\\n**You can close Secretive, and everything will still keep working.**"
|
||||
"value" : "SecretAgent is a process that runs in the background to sign requests, so you don't need to keep Secretive open all the time.\n\n**You can close Secretive, and everything will still keep working.**"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -669,4 +669,4 @@
|
|||
}
|
||||
},
|
||||
"version" : "1.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue