I would like to change the 'et al.' format when I use \citet command in biblatex.
This is my sample code.
\documentclass[british]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{babel}
%\usepackage[utf8]{inputenc}
%\usepackage[english]{babel}
%\usepackage[style=british]{csquotes}
%%%%%%%%%%%%%%%%%%%%%%% ref package %%%%%%%%%%%%%%
\usepackage[
backend=biber,
bibencoding=utf8,
style=nature,
isbn=false,
doi=false,
url=false,
sorting=none,
clearlang=true,
natbib=true,
date=year,
uniquelist=false,
maxbibnames=9,
maxcitenames=1
]{biblatex}
\addbibresource{CH1_3_m.bib}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
cite auther with number \citet{Antia2005}
\printbibliography[title=REFERENCES]
\end{document}
I would like to change 'et al' format to normal text style. How can I modify my code? Thank you.

![cite auther with number Aksın et al. [1]](../../images/98d96b47fa1705572dd6689ca4e1f307.webp)
\bibstring{andothers}%in this answer withand coworkersfor example. Saved me asking a question, thank you and hope this helps someone too. – Mar 17 '22 at 17:34