1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-03-15 12:29:16 +01:00

(i18n) fix text

This commit is contained in:
vincent 2022-10-13 16:41:23 +02:00
parent 6383b2ed80
commit c883a27c95
2 changed files with 2 additions and 1 deletions

View File

@ -56,7 +56,7 @@
<input type="file" id="testFile" name="attachment" accept="*/*" required>
</span>
</div>
<input type="submit" class="btn btn-warning" ng-disabled="mimeTestForm.$invalid || $isUploading">
<input type="submit" class="btn btn-warning" ng-disabled="mimeTestForm.$invalid || $isUploading" value="{{ 'app.shared.buttons.save' | translate}}">
</form>
</div>
</div>

View File

@ -1048,6 +1048,7 @@ en:
validate_member_error: "An error occurred: impossible to validate from this member."
invalidate_member_error: "An error occurred: impossible to invalidate from this member."
supporting_documents: "Supporting documents"
change_role: "Change role"
# extend a subscription for free
free_extend_modal:
extend_subscription: "Extend the subscription"