mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 01:38:50 -03:30
Mark string for translation
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user