Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nekocari committed May 5, 2023
1 parent 2a1a446 commit 0b2f238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/en/admin/import/list.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<button class="btn btn-sm btn-primary" name="import" value="<?php echo $file; ?>">
<i class="fas fa-database"></i> import</button>
<button class="btn btn-sm btn-danger" name="delete" value="<?php echo $file; ?>" onclick="return confirm('Delete file from server?');">
<i class="fas fa-times"></i> delte</button>
<i class="fas fa-times"></i> delete</button>
</form>
</td>
</tr>
Expand Down

0 comments on commit 0b2f238

Please sign in to comment.