Skip to content

Commit

Permalink
Dev Text fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Feb 24, 2022
1 parent 4c648c9 commit 260aa0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/services/CopySurveyResources.php
Expand Up @@ -75,7 +75,7 @@ private function copyDirectory($sourceDir, $targetDir)
}
}
} else {
$this->addError($sourceDir, gT("Source dir not found."));
$this->addError($sourceDir, gT("Source directory not found"));
}
}

Expand Down

0 comments on commit 260aa0a

Please sign in to comment.