Skip to content

Commit

Permalink
use past tense in message.success
Browse files Browse the repository at this point in the history
Signed-off-by: andy.lee <andy.lee@suse.com>
  • Loading branch information
a110605 authored and derekbit committed Jul 15, 2024
1 parent 05041a4 commit 531f82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/backingImage.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default {
if (url) {
const resp = yield call(execAction, url)
if (resp && resp.status === 200) {
message.success(`Successfully back up ${payload.name} backing image`)
message.success(`Successfully backed up ${payload.name} backing image`)
}
yield delay(1000)
yield put({ type: 'queryBackupBackingImage' })
Expand Down

0 comments on commit 531f82d

Please sign in to comment.