Changement texte bouton admin.html
"Ajouter un document" plutôt que "Ajout de document"
This commit is contained in:
parent
48900fafaf
commit
d05bd9e0b6
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
<div class="wrapper adminWrapper">
|
||||
<h1 class="heading1">Admin</h1>
|
||||
<div class="adminOptions">
|
||||
<button class="adminOption" onclick="location.href = '/admin/documents/upload'">Ajout de document</a>
|
||||
<button class="adminOption" onclick="location.href = '/admin/documents/upload'">Ajouter un document</a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue