yoastseo
Version:
Yoast client-side content analysis
20 lines (18 loc) • 1.22 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.orangeUnlessMedicalCondition = void 0;
var _generalFeedbackStrings = require("./generalFeedbackStrings");
// Guidelines for adding feedback strings:
// 1) This file is for strings that can only be used for disability assessments. If a string can be also used for other
// assessments, add it to the generalFeedbackStrings.js file instead.
// 2) Before adding a new string, check whether a similar string that can be used instead already exists (also in generalFeedbackStrings.js).
/*
* Used for terms that are inclusive only if you are referring to a medical condition, for example 'manic' or 'OCD'.
*
* "Avoid using <i>%1$s</i> as it is potentially harmful. Unless you are referencing the specific medical condition, consider using another
* alternative to describe the trait or behavior, such as %2$s. "
*/
const orangeUnlessMedicalCondition = exports.orangeUnlessMedicalCondition = _generalFeedbackStrings.beCarefulHarmful + " Unless you are referencing the specific medical condition, consider using another alternative to describe the trait or behavior, such as %2$s.";
//# sourceMappingURL=disabilityAssessmentStrings.js.map