mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
Mark string for translation
This commit is contained in:
@@ -107,7 +107,7 @@ function PromptModalForm({
|
|||||||
resource.description.length > 512 ? (
|
resource.description.length > 512 ? (
|
||||||
<ExpandableSection
|
<ExpandableSection
|
||||||
toggleText={
|
toggleText={
|
||||||
showDescription ? t`Hide description` : 'Show description'
|
showDescription ? t`Hide description` : t`Show description`
|
||||||
}
|
}
|
||||||
onToggle={() => {
|
onToggle={() => {
|
||||||
setShowDescription(!showDescription);
|
setShowDescription(!showDescription);
|
||||||
|
|||||||
Reference in New Issue
Block a user