Skip to content

Commit

Permalink
Translated patientIdentifierSticker using the t() function
Browse files Browse the repository at this point in the history
  • Loading branch information
jwnasambu committed Jul 8, 2024
1 parent 3b6e212 commit 16c0ed9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const PrintIdentifierSticker: React.FC<PrintIdentifierStickerProps> = ({ closeMo
const contentToPrintRef = useRef(null);
const onBeforeGetContentResolve = useRef<() => void | null>(null);
const [isPrinting, setIsPrinting] = useState(false);
const headerTitle = getCoreTranslation('patientIdentifierSticker', 'Patient identifier sticker');
const headerTitle = t('patientIdentifierSticker', 'Patient identifier sticker');

useEffect(() => {
if (isPrinting && onBeforeGetContentResolve.current) {
Expand Down

0 comments on commit 16c0ed9

Please sign in to comment.