mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 12:20:45 -03:30
Mark string for translation
This commit is contained in:
parent
4836a5b1a9
commit
d711a9aed3
@ -107,7 +107,7 @@ function PromptModalForm({
|
||||
resource.description.length > 512 ? (
|
||||
<ExpandableSection
|
||||
toggleText={
|
||||
showDescription ? t`Hide description` : 'Show description'
|
||||
showDescription ? t`Hide description` : t`Show description`
|
||||
}
|
||||
onToggle={() => {
|
||||
setShowDescription(!showDescription);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user