Mark string for translation

This commit is contained in:
mabashian 2021-05-27 16:11:19 -04:00
parent 4836a5b1a9
commit d711a9aed3

View File

@ -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);