Skip to content

Commit 3fa2228

Browse files
Merge branch 'develop' into fix/bug-73908
2 parents d08baf3 + 4685302 commit 3fa2228

File tree

497 files changed

+29363
-11296
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

497 files changed

+29363
-11296
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![License](https://img.shields.io/badge/License-GNU%20AGPL%20V3-green.svg?style=flat)](http://www.gnu.org/licenses/agpl-3.0.ru.html) ![Platforms Windows | macOS | Linux](https://img.shields.io/badge/Platforms-Window%20%7C%20macOS%20%7C%20Linux-lightgrey.svg?style=flat)
22

33
## Desktop apps
4-
The frontend for [ONLYOFFICE Desktop Editors][2]. Builds the program interface and allows the user create, edit, save and export text, spreadsheet and presentation documents using the common interface of a document editor.
4+
The frontend for [ONLYOFFICE Desktop Editors][2]. Builds the program interface and allows users to create, edit, save and export documents, spreadsheets, presentations, PDFs, and PDF forms using the common interface of a document editor.
55

66
## Project Information
77

common/loginpage/build/Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ module.exports = function(grunt) {
256256

257257
grunt.registerTask('prebuild-svg-sprites', function() {
258258
require('./sprites/sprites')(grunt, '../');
259-
grunt.task.run('svg_sprite');
259+
grunt.task.run('svg_sprite', 'sprite');
260260
});
261261

262262
doRegisterInitializeAppTask('startpage', 'Desktop start page', 'startpage.json');

0 commit comments

Comments
 (0)