Skip to content

Commit 085b396

Browse files
authored
Merge pull request #350 from RRZE-Webteam/dev
Dev
2 parents 462bebd + ee28466 commit 085b396

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "rrze/rrze-rsvp",
33
"version": "2.11.5",
44
"require": {
5-
"cmb2/cmb2": "^2.10.1",
6-
"tecnickcom/tcpdf": "^6.7.4"
5+
"cmb2/cmb2": "^2.11.0",
6+
"tecnickcom/tcpdf": "^6.8.2"
77
},
88
"autoload": {
99
"psr-4": {

rrze-rsvp.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ function loaded()
150150
printf(
151151
'<div class="notice notice-error"><p>' .
152152
/* translators: 1: The plugin name, 2: The error string. */
153-
esc_html__('Plugins: %1$s: %2$s', 'rrze-ac') .
153+
esc_html__('Plugins: %1$s: %2$s', 'rrze-rsvp') .
154154
'</p></div>',
155155
$pluginName,
156156
$error

0 commit comments

Comments
 (0)