mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
Changed Auto Saved text to Saved (#2361)
* Changed Auto Saved text to Saved * Issue-2358: Fixed other text * Updated Lint issue Co-authored-by: Kevin Osborn <kevinosborn@Kevins-MacBook-Pro.local>
This commit is contained in:
parent
d1df4a71da
commit
3baa14059a
1 changed files with 1 additions and 1 deletions
|
|
@ -999,7 +999,7 @@ class Editor extends React.Component {
|
|||
{showSaveDetail && (
|
||||
<div className="nav-auto-save">
|
||||
<img src={'/assets/images/icons/editor/auto-save.svg'} width="25" height="25" />
|
||||
<em className="small lh-base p-1">{isSavingEditingVersion ? 'Auto Saving..' : 'Auto Saved'}</em>
|
||||
<em className="small lh-base p-1">{isSavingEditingVersion ? 'Saving..' : 'Saved'}</em>
|
||||
</div>
|
||||
)}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue