mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 02:08:57 +00:00
6 lines
90 B
JavaScript
6 lines
90 B
JavaScript
/* global $ */
|
|
|
|
$(() => {
|
|
$('.message').text(window.i18n('optimizingApplication'));
|
|
});
|