Change button title translation key
This commit is contained in:
parent
026cc2ecbf
commit
1f649b9799
|
@ -44,7 +44,7 @@ const Dashboard = ({
|
|||
const refreshButton = <button
|
||||
type="button"
|
||||
className="btn btn-icon btn-outline-primary btn-sm"
|
||||
title={t('refresh')}
|
||||
title={t('refresh_btn')}
|
||||
onClick={() => getAllStats()}
|
||||
>
|
||||
<svg className="icons">
|
||||
|
|
Loading…
Reference in New Issue